home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d6 / grabb360.arc / INFO.BAT < prev    next >
DOS Batch File  |  1990-11-25  |  1KB  |  40 lines

  1. echo off
  2. cls
  3. if exist grabber.doc goto :message
  4. echo  
  5. echo Error:  Cannot locate the documentation file.
  6. echo Please change to the drive or directory which
  7. echo contains your GRABBER distribution files, then
  8. echo run the INFO.BAT file again.
  9. echo  
  10. goto :exit
  11. :message
  12. echo The complete documentation for the GRABBER program
  13. echo is contained in the file GRABBER.DOC, which runs
  14. echo to 21 pages.
  15. echo  
  16. echo GRABBER.DOC comes pre-formatted for printing on
  17. echo 8-1/2 by 11-inch paper, 60 or 66 lines per page.
  18. echo  
  19. echo If you don't want to print this file now, press [Ctrl-C]
  20. echo and then press [Y].
  21. echo  
  22. echo Otherwise, you may let this batch file print it for you.
  23. echo Simply do the following:
  24. echo  
  25. echo             1. Turn your printer ON
  26. echo             2. Adjust the left margin to zero or 1
  27. echo             3. Adjust the top line to the very top
  28. echo                 of the page
  29. echo             4. Press any key when ready to print,
  30. echo                 or type [Ctrl-C] now to abort...
  31. pause > nul
  32. echo ┌──────────────────────────────────────────────────────────────┐
  33. echo │ Printing GRABBER.DOC (20 pages).  Press [Ctrl-C] to abort... │
  34. echo └──────────────────────────────────────────────────────────────┘
  35. type grabber.doc > prn
  36. type order.frm > prn
  37. echo  
  38. echo   Done.
  39. echo  
  40. :exit